-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOISSUE - Add Tracing To Bootstrap Service #1849
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1849 +/- ##
=======================================
Coverage 65.68% 65.68%
=======================================
Files 116 116
Lines 9413 9413
=======================================
Hits 6183 6183
Misses 2572 2572
Partials 658 658
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
rodneyosodo
force-pushed
the
NOISSUE-tracebootstrap
branch
from
July 5, 2023 18:16
35f3e4c
to
889b35e
Compare
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
rodneyosodo
force-pushed
the
NOISSUE-tracebootstrap
branch
from
July 6, 2023 18:53
889b35e
to
18c4847
Compare
dborovcanin
approved these changes
Jul 6, 2023
drasko
approved these changes
Jul 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ianmuchyri
added a commit
to ianmuchyri/magistrala
that referenced
this pull request
Jul 7, 2023
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
drasko
pushed a commit
that referenced
this pull request
Jul 7, 2023
* update or to sync with clients branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Add empty lines Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update inline constant Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * rebase pr to sync with master branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update pr to sync with updated master #1849 Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
WashingtonKK
pushed a commit
to WashingtonKK/magistrala
that referenced
this pull request
Jul 12, 2023
* Initial Commit: Remove JaegerURL from grpc Client Config Signed-off-by: rodneyosodo <blackd0t@protonmail.com> * Initial Commit: Add Tracing To Bootstrap Service Signed-off-by: rodneyosodo <blackd0t@protonmail.com> --------- Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
WashingtonKK
pushed a commit
to WashingtonKK/magistrala
that referenced
this pull request
Jul 12, 2023
* update or to sync with clients branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Add empty lines Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update inline constant Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * rebase pr to sync with master branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update pr to sync with updated master absmach#1849 Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
WashingtonKK
pushed a commit
to WashingtonKK/magistrala
that referenced
this pull request
Jul 12, 2023
* Initial Commit: Remove JaegerURL from grpc Client Config Signed-off-by: rodneyosodo <blackd0t@protonmail.com> * Initial Commit: Add Tracing To Bootstrap Service Signed-off-by: rodneyosodo <blackd0t@protonmail.com> --------- Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
WashingtonKK
pushed a commit
to WashingtonKK/magistrala
that referenced
this pull request
Jul 12, 2023
* update or to sync with clients branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * Add empty lines Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update inline constant Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * rebase pr to sync with master branch Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> * update pr to sync with updated master absmach#1849 Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com> --------- Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: rodneyosodo blackd0t@protonmail.com
What does this do?
Add tracing to the bootstrap service
Which issue(s) does this PR fix/relate to?
No issue
List any changes that modify/break current functionality
context
to repository functions on BootstrapNamedQueryContext
instead ofNamedQuery
Have you included tests for your changes?
No
Did you document any new/modified functionality?
No
Notes
To be merged after #1847